projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ebb43
)
(byte-compile-file-form-defmumble): Use prin1 instead of princ.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Mar 2007 03:30:53 +0000
(
03:30
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Mar 2007 03:30:53 +0000
(
03:30
+0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index f74e48c46350ee0d787f8b67d941ed9c8ce5ea6a..31d21fd8720a31941b02536d115fbef7a48ade29 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-2341,7
+2341,7
@@
list that represents a doc string reference.
(eq (car (car (cdr tail))) 'declare))
(let ((declaration (car (cdr tail))))
(setcdr tail (cdr (cdr tail)))
- (prin
c
`(if macro-declaration-function
+ (prin
1
`(if macro-declaration-function
(funcall macro-declaration-function
',name ',declaration))
outbuffer)))))